home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / wrcmdl13.zip / RCMD.H < prev    next >
Text File  |  1994-11-25  |  426b  |  13 lines

  1. //************************************************************************
  2. //
  3. // RCMD.H - Function Prototypes for Winsock RCMD.DLL by Denicomp Systems
  4. //
  5. //
  6. //
  7. //************************************************************************
  8.  
  9. int FAR PASCAL WinsockRCmd(LPSTR, int, LPSTR, LPSTR, LPSTR, LPSTR, int);
  10. int FAR PASCAL RCmdRead(int, LPSTR, int);
  11. int FAR PASCAL RCmdClose(int);
  12. int FAR PASCAL RCmdHandle(int);
  13.